home *** CD-ROM | disk | FTP | other *** search
- //
- // Script example using the UPDATE command for copying files which
- // do not exist or are newer.
- //
-
- open website
- if not success then abort "Failed to connect to Website"
-
- Update /sxlist.zip
- if not success then begin
- WriteError "Update"
- exit
- endif
-
- Log "Successful update"
-
-